projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49fc41b
)
(xg_set_icon): Remove unnecessary GCPRO.
author
Kenichi Handa
<handa@m17n.org>
Mon, 20 Mar 2006 06:22:55 +0000
(06:22 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 20 Mar 2006 06:22:55 +0000
(06:22 +0000)
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 5d580c9a1f12a3d07df935c3dddfd3ae16e98a71..f18c9aac99f40fe36998666a37676acf8b44dfa2 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-788,12
+788,9
@@
xg_set_icon (f, file)
FRAME_PTR f;
Lisp_Object file;
{
- struct gcpro gcpro1;
int result = 0;
Lisp_Object found;
- GCPRO1 (found);
-
found = x_find_image_file (file);
if (! NILP (found))